home *** CD-ROM | disk | FTP | other *** search
- object SplashForm: TSplashForm
- Left = 160
- Top = 125
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'SplashForm'
- ClientHeight = 453
- ClientWidth = 632
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- OnClose = FormClose
- OnKeyPress = FormKeyPress
- OnMouseDown = FormMouseDown
- PixelsPerInch = 96
- TextHeight = 13
- object SplashImage: TImage
- Left = 0
- Top = 0
- Width = 249
- Height = 137
- Visible = False
- OnMouseDown = FormMouseDown
- end
- object MoviePlayer: TMediaPlayer
- Left = 16
- Top = 368
- Width = 253
- Height = 30
- Display = MoviePanel
- Visible = False
- TabOrder = 0
- end
- object MoviePanel: TPanel
- Left = 0
- Top = 152
- Width = 217
- Height = 185
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 1
- Visible = False
- OnMouseDown = FormMouseDown
- end
- object SplashEdit: TRichEdit
- Left = 0
- Top = 0
- Width = 632
- Height = 453
- Align = alClient
- BorderWidth = 20
- Enabled = False
- Lines.Strings = (
- 'SplashEdit')
- ParentColor = True
- ReadOnly = True
- TabOrder = 2
- Visible = False
- OnKeyPress = FormKeyPress
- OnMouseDown = FormMouseDown
- end
- object CloseTimer: TTimer
- Enabled = False
- OnTimer = CloseTimerTimer
- Left = 320
- Top = 16
- end
- object RewindTimer: TTimer
- Enabled = False
- Interval = 100
- OnTimer = RewindTimerTimer
- Left = 40
- Top = 32
- end
- end
-